home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
9
/
DISK2295.ZIP
/
UN-PQC.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-02-14
|
384b
|
9 lines
echo off
echo Usage is: un-pqc [destination-drive:]
echo where, if destination-drive: is omitted, the current drive
echo is used. This will unsqueeze all files with the .PQC
echo extension. At this point, press ^C to cancel or
pause
echo on
for %%f in (*.pqc) do nusq %%f %1